ReviewRequestConsent

This operation is to transfer the reviewed request consent details from agency to online state DA digital service.

path Parameters
CaseID
required
string

A fully qualified application number

header Parameters
OrganisationID
required
string

Used by the API gateway to identify the agency from which the request was initiated.

IdempotencyID
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json
operativeConsentIssued
required
boolean

This is to capture 'Has satisfactory evidence been provided that the conditions have been addressed'. Applicable when the applicant submits the request operational consent.

consentComments
string <= 2000 characters

This is to track the comments from agency while issuing operational consent. Required when operativeConsentIssued is selected as No.

Array of objects (DownloadableDocument)
updatedByEmail
required
string <= 250 characters

User must be registered in the planning portal.

Responses

Request samples

Content type
application/json
{
  • "operativeConsentIssued": true,
  • "consentComments": "string",
  • "Documents": [
    ],
  • "updatedByEmail": "john.smith@gmail.com"
}